home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Exchange
/
CD Exchange - Volume 1.iso
/
utils
/
misc
/
intuimake
/
example
/
main.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-11-08
|
159 b
|
14 lines
/* main.c
**
**
*/
#include "first_protos.h"
#include "second_protos.h"
/* SCAN_END */
void main (void)
{
Test1 ("Test it:", 1);
Test2 ("Just do it:");
}